LessThanMinimum
data class LessThanMinimum<out SearchTreeNode>(val minimum: SearchTreeNode) : SearchSegmentResult<SearchTreeNode> (source)
Represents a case when the priority is strictly less than the minimal priority. In that case, the class's instance with the minimal noded is returned.